colorbutton: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:45:07 +0000 (19:45 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkcolorbutton.c

index 8d2c7f06dc9222f7a9c55bb1c439e91eff9a03db..90d322535128dc1657608067e446fbb76e61a821 100644 (file)
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * colorbutton
  * ╰── button.color
  *     ╰── [content]
- *]|
+ * ```
  *
  * `GtkColorButton` has a single CSS node with name colorbutton which
  * contains a button node. To differentiate it from a plain `GtkButton`,